setHintContentIntentLaunchesActivity
open fun setHintContentIntentLaunchesActivity(hintContentIntentLaunchesActivity: Boolean): NotificationCompat.WearableExtender(source)
Set a hint that this notification's content intent will launch an Activity directly, telling the platform that it can generate the appropriate transitions.
Return
this object for method chaining
Parameters
hintContentIntentLaunchesActivity
true
if the content intent will launch an activity and transitions should be generated, false otherwise.